Vcenter Ovf LibraryItem CreateTarget

Vcenter Ovf LibraryItem CreateTarget
Vcenter Ovf LibraryItem CreateTarget

The Vcenter Ovf LibraryItem CreateTarget schema specifies the target library item when capturing a virtual machine or virtual appliance as an OVF package in a library item in a content library. The target can be an existing library item, which will be updated, creating a new version, or it can be a newly created library item in a specified library. See POST /vcenter/ovf/library-item.

JSON Example
{
    "library_id": "string",
    "library_item_id": "string"
}
string
library_id
Optional

Identifier of the library in which a new library item should be created. This property is not used if the library_item_id property is specified.

This property is currently required.

In the future, if missing or null, the library_item_id property must be specified.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.Library. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.Library.

string
library_item_id
Optional

Identifier of the library item that should be should be updated.

If missing or null, a new library item will be created. The library_id property must be specified if this property is set.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.library.Item. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.library.Item.